projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e98cc0a
)
(mouse-scroll-subr): Delete some debugging code.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 2 Jul 1994 00:47:40 +0000
(
00:47
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 2 Jul 1994 00:47:40 +0000
(
00:47
+0000)
lisp/mouse.el
patch
|
blob
|
history
diff --git
a/lisp/mouse.el
b/lisp/mouse.el
index 231568bb8ea359178499d6d408f26b3ca0686d24..c10dad11572d89dfdef2cc9249400b12e18a618a 100644
(file)
--- a/
lisp/mouse.el
+++ b/
lisp/mouse.el
@@
-177,7
+177,6
@@
Upon exit, point is at the far edge of the newly visible text."
(goto-char (window-start window)))
(if overlay
(move-overlay overlay start (point)))
- (setq eobp (eobp))
;; Now that we have scrolled WINDOW properly,
;; put point back where it was for the redisplay
;; so that we don't mess up the selected window.